List

List the user(s) matching specific criteria. Note: for all the predicates in filter, % and _ are the wild cards supported. % is to substitute one or more characters, and _ to substitute single character. Examples foo%, fo_.

listResult listOrganizationUsers( predicateAndSortListParameters filter )

Parameters

filter
Type: predicateAndSortListParameters the filter criteria; if no predicate is specified in the filter, this method will list all users. Additionally, if no predicate is specified in the filter, only the or projection must be specified in the filter.